home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global girly, rainy
- set girly to 0
- set the visible of sprite 3 to 1
- preLoadCast(127)
- preLoadCast(115)
- preLoadCast(125)
- preLoadCast(105)
- preLoadCast(123)
- preLoadCast(248)
- preLoadCast(481)
- preLoadCast(477)
- preLoadCast(479)
- preLoadCast(132)
- repeat with x = 16 to 18
- if rollOver(x) then
- set the visible of sprite x to 0
- next repeat
- end if
- set the visible of sprite x to 0
- end repeat
- repeat with x = 5 to 9
- if rollOver(x) then
- set the visible of sprite x to 0
- next repeat
- end if
- set the visible of sprite x to 0
- end repeat
- end
-